翻訳と辞書
Words near each other
・ Subglacial mound
・ Subglacial stream
・ Subglacial volcano
・ Subglottic stenosis
・ Subglottis
・ Subgoal labeling
・ Subgrade
・ Subgradient method
・ Subgrain rotation recrystallization
・ Subgranular zone
・ Subgraph
・ Subgraph isomorphism problem
・ Subgroup
・ Subgroup analysis
・ Subgroup growth
Subgroup method
・ Subgroup series
・ Subgroup test
・ Subgrouping
・ Subgroups of Amish
・ Subgroups of cyclic groups
・ Subgum
・ Subh (sultana)
・ Subh Sukh Chain
・ Subh-e-Pakistan
・ Subh-i-Azal
・ Subha
・ Subha (writers)
・ Subha Devakul
・ Subha Sankalpam


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Subgroup method : ウィキペディア英語版
Subgroup method
The subgroup method is an algorithm used in the mathematical field of group theory. It is used to find the word of an element. It doesn't always return the minimal word, but it can return optimal words based on the series of subgroups that is used. The code looks like this:
function operate(element, generator)


function subgroup(g)
sequence := (set of subgroups that will be used, depending on the method.)
word := []
for subgroup in sequence
coset_representatives := []

for operation in coset_representatives
if operate(g, operation) is in the next subgroup then
append operation onto word
g = operate(g, operation)
break
return word



抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Subgroup method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.